﻿/*********** HOME QUEIXA *************/
.display_none{
    display:none;
}
.container.queixa{
    min-width: 100%;
    width: 100%;
    background-color: #f7f8f9;
}
.container.queixa .content{
    max-width: 1240px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.container.queixa .info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.container.queixa p{
    font-size: 14pt;
    line-height: 1.5;
}

.container.queixa .content div{
    flex: 1;
}

.container.queixa .content div:first-of-type{
    width: 80%;
    flex: 1;
    padding-right: 40px;
}

.container.queixa a:hover{
    border-bottom: 1px solid #000;
    text-decoration: none;
}


.row.queixa{
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
}

.row.queixa h2{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
}

.row.queixa .buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.panel span.colored {
    font-size: 12pt;
    margin: 0px;
    color: #e1942f;
    text-align: left;
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
    display: none;
    overflow-y: auto;
}

.modalDialogHidden {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog > div {
    max-width: 400px;
    position: relative;
    margin: 5% auto;
    background: #fff;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 1%), 0 1px 5px 6px rgb(0 0 0 / 10%);
    /* border-radius: 10px; */
    z-index: 11;
}

.modalDialog .modal-content {
    display: flex;
}

.modalDialog .block {
    flex: 1;
    padding: 40px;
}

    .modalDialog .block {
        /* background-image: linear-gradient(to bottom right, #1b4774, #2b6096); */
        color: black;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .modalDialog .block .titulo,
        .modalDialog .conteudo h2 {
            color: white;
        }

.modalDialog h4 {
    font-size: 40pt;
    color: #aaa;
}

.modalDialog p.titulo {
    font-size: 16pt;
    margin-bottom: 20px;
    color: #0A243E;
}

.modalDialog .descricao {
    margin-bottom: 10px;
}

    .modalDialog .descricao p {
        font-size: 10.5pt;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: left;
    }

.portal .modalDialog .button.medium {
    padding: 9px 22px 8px !important
}

.portal .modalDialog .button.gray {
    box-shadow: none !important;
    border: 1px solid #eae7e7 !important;
    color: #777;
}


/*
-----------------------------------------------------------------------------
  WIZARD STEPS
-----------------------------------------------------------------------------
*/
.wizard{margin: 10px 0 40px 0;display: flex;width: 100%!important;/* flex: 1; */flex-wrap: nowrap;justify-content: center;align-items: stretch;}
.wizard::after{content:""; display: table; clear: both;}
.wizard ul{position: relative;background: #ffffff;border: 0px solid #ccc !important;list-style: none; width: 100%; display: flex; justify-content: center;}
.wizard ul li{float: left; text-align: center; padding: 0px 25px; position: relative;}
.wizard ul li a, .wizard ul li a:visited{font-weight: bold; color: #bbb; text-decoration: none;}
.wizard ul li.active a{color: #316AA4;}
.wizard ul li.done a{color: #009118;}
.wizard ul li small{font-size: 12px;  font-weight: normal;}
.wizard ul li a:hover{text-decoration: none; cursor: inherit;}

.wizard ul::before{
  content: " ";
  position: absolute;
  top: 63px;
  --bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #eeeeee;
  border-radius: 3px;
  --z-index: 95;
  left: 0px
}
.wizard ul > li > a::after {
  content: ' ';
  position: relative;
  left: 42%;
  top: 4px;
  margin-top: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background: #eeeeee;
  border-radius: 50%;
  --z-index: 99;
}
.wizard ul > li > a::before{
  content: ' ';
  position: absolute;
  top: 40px;
  left: 40.5%;
  margin-top: 10px;
  display: block;
  border-radius: 50%;
  color: #428bca;
  background: #eeeeee;
  border: none;
  width: 30px;
  height: 30px;
  text-decoration: none;
  --z-index: 98;
}
.wizard ul > li.active > a::after{ background: url(../img/icon-arrow-down.svg) no-repeat;}
.wizard ul > li.done > a::after{ background: #009118; top: 5px;}
.wizard .all-steps{display: none;}

@media (max-width: 1120px) {
    .wizard .all-steps{display: inline;}
    .wizard ul li{display: none;}
    .wizard ul li.active{display: block;}
}

/*
-----------------------------------------------------------------------------
  FORMS
-----------------------------------------------------------------------------
*/
.form {font-size: 14px;}
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="text"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="password"],
.form textarea,
.form select,
.form .searchInput{
  height: 38px;
  padding: 6px 10px;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 10px;
}
/* Removes awkward default styles on some inputs for iOS */
.form input[type="email"],
.form input[type="number"],
.form input[type="search"],
.form input[type="text"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="password"],
/* .form textarea { -webkit-appearance: none; -moz-appearance: none;} */
.form textarea { /*min-height: 65px;*/ padding-top: 6px; padding-bottom: 6px; font-size:1em;}
.form .label,
.form legend { display: block; margin: .8rem 0 .3rem 0; color: #333; }
.form fieldset { padding: 0;   border-width: 0; }
.form input[type="checkbox"],
.form input[type="radio"] {display: inline; }
.form input[readonly], 
.form textarea[readonly],
.form input[readonly="readonly"] { background-color: #efefef!important; }
.form .label > .label-body { display: inline-block; margin-left: .5rem; font-weight: normal; }
.form .labelRequired{font-size: 9pt; margin-top: 10px;}
.form .required{color:red; font-size: 9pt!important;}
.form .error{color:Red; font-size: 1em; display:none; --line-height: 2; margin: 5px 0;}
.form .radiobox{float: left; margin: 0 15px 0 0;}
.form .radiobox input{position: relative; top: -3px;}
.form .radiobox td{border: none;}

.form #divDataOcorrenciaFim{display: none;}
.form #divResposta{display: none;}
.form .files{margin: 20px 0; padding: 0px; border-top: 1px solid #eee;}
.form .file{padding: 10px 0; border-bottom: 1px solid #eee; background-color: #fafafa}
.form .file .left a{padding: 10px 0 10px 10px; display: block;}
.form .file span{padding: 10px 0 10px 10px; display: block;}
.form .finalMessage{margin-top: 30px; line-height: 1.5; font-size: 14px; border: 1px solid #aaa; padding: 10px; }
.form .btnDownloadDocumentoFinal{background: url('../img/pdf_icon.gif') no-repeat 23px 0; display:block; padding-top:45px; margin-top: 30px; width: 90px;}

.form label{display: inline; font-size: 10pt; padding-top: 0px;}
::placeholder { color: #bbb; opacity:  1; /* Chrome, Firefox, Opera, Safari 10.1+ */ }
:-ms-input-placeholder { color: #bbb; /* Internet Explorer 10-11 */ }
::-ms-input-placeholder { color: #bbb; /* Microsoft Edge */ }
::-webkit-input-placeholder { color: #bbb; /* WebKit, Blink, Edge */ }
:-moz-placeholder { color: #bbb; opacity:  1; /* Mozilla Firefox 4 to 18 */ }
::-moz-placeholder { color: #bbb; opacity:  1; /* Mozilla Firefox 19+ */ }

.separador-vertical{height: 36px; margin: 0 5px 0 8px; border-left: 1px solid #aaa;}

.buttons{margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc;}
.btn.next{padding-right: 25px; position: relative; background: #009118; color: white !important; border: none; height: 35px; line-height: 31px; margin-left: 10px;}
.button.upload{padding-right: 40px; position: relative; background: #009118; color: white !important; border: none; height: 35px; line-height: 31px;}
.btn.gravar{ position: relative; background: #009118; color: white !important; border: none; height: 35px; line-height: 31px; margin-left: 10px; margin-bottom: 5px;}
.btn.next:hover, 
.btn.upload:hover,
.btn.gravar:hover{background: #017414; background-position: -100% 100%;}
.btn.previous{padding-left: 30px; position: relative;  color: white !important; border: none; height: 35px; line-height: 31px;}
/* .btn.previous:hover{background: #6a6a6a; } */
.btn.delete{position: relative; background: #e72626; color: white !important; border: none; height: 35px; line-height: 31px;}
.btn.delete:hover{background: #d82424; }
.button.pdf{padding-right: 40px; position: relative; background: #777777; color: white !important; border: none; height: 35px; line-height: 31px;}
.button.pdf:hover{background: #6a6a6a; }
.button.excel{padding-right: 40px; position: relative; background: #009118; color: white !important; border: none; height: 35px; line-height: 31px;}
.button.excel:hover{background: #008316; }

.btn i.revert{left: -10px; transform: rotate(180deg);}
 
.button.next::after{
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #008316;
}
.button.upload::after{
  content: "\f093";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #008316;
}
.button.gravar::after{
  content: "\f0c7";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #008316;
}
.button.pdf::after{
  content: "\f1c1";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #6a6a6a;
}
.button.excel::after{
  content: "\f1c3";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #008316;
}
.button.previous::after{
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 8px 2px 7px;
  position: absolute;
  left: 0px;
  background: #6a6a6a;
}
.button.delete::after{
  content: "\f1f8";
  font-family: FontAwesome;
  font-size: 18px;
  padding: 2px 7px 2px 8px;
  position: absolute;
  right: 0px;
  background: #d82424;
}


.button.disable, .button.disable:hover{filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; cursor: not-allowed; background-color: #ffffff; color: #333!important;}
.button.disable::after{background: #ffffff;}


/* #step-2, #step-3, #step-4, #step-5, #step-6,
#step-2-help, #step-3-help, #step-4-help, #step-5-help, #step-6-help
{display: none;} */

/* Alertas Home */
.alert {padding: 10px 15px; color: #fefefe; position: relative; margin: 10px 0; }
.alert .msg { padding: 0 20px 0 40px;}
.alert .msg a { text-decoration: underline; color: white;}
.alert p { margin: 5px 0; color: white; font-size: 10pt;}
.alert .toggle-alert {position: absolute; top: 7px; right: 10px; display: block; text-indent: -10000px; width: 20px; height: 20px; border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.08) url("../img/alert-icons/alert.png") no-repeat 6px 6px;
}
.info-box {		background: #2fa9f6 url("../img/alert-icons/info.png") no-repeat 14px 10px;}
.success-box {	background: #7EB62E url("../img/alert-icons/success.png") no-repeat 14px 10px;}
.error-box {	background: #f64b2f url("../img/alert-icons/error.png") no-repeat 14px 10px;}
.notice-box {	background: #ff9800 url("../img/alert-icons/notice.png") no-repeat 14px 10px;}
.download-box {	background: #a555ca url("../img/alert-icons/download.png") no-repeat 14px 10px;}